I am using cakePHP 1.26.
In a controller, I got a function which contains these lines of code:
$this->Session->write('testing', $user);
$this->Session->read('testing');
Now the system wrote a session and stored on the server. Is it possible to use Javascript or Jquery to read the session named 'testing' ?